Skip to content

Conversation

@asteurer
Copy link

@asteurer asteurer commented Oct 25, 2025

This is the host implementation of wasi-otel

@asteurer
Copy link
Author

I think this PR should be focused on factor-otel. Once this gets merged and we PR into Big Spin, we can figure out with the Spin maintainers whether we do a feature flag or require a special build to implement.

@asteurer asteurer marked this pull request as ready for review October 29, 2025 04:09
@calebschoepp calebschoepp self-requested a review October 31, 2025 15:47
Comment on lines 70 to 75
Ok(Err("Shutdown has already been invoked".to_string()))
}
OTelSdkError::InternalFailure(e) => Ok(Err("Internal failure: ".to_string() + &e)),
OTelSdkError::Timeout(d) => Ok(Err(format!(
"Operation timed out after {} seconds",
d.as_secs()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably fine for now, but we'll need to think about the errors we expose to the guest. This strikes me as too much detail.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just pushed some changes. Is this closer to what you have in mind?

@asteurer asteurer requested a review from calebschoepp October 31, 2025 22:24
Copy link
Owner

@calebschoepp calebschoepp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@asteurer
Copy link
Author

Sick. I don't have permission to merge. Do you mind?

@calebschoepp calebschoepp merged commit 7407bce into calebschoepp:wasi-otel Nov 3, 2025
@asteurer asteurer deleted the calebschoepp-wasi-otel-metrics branch November 3, 2025 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants